CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 8 queen

搜索资源列表

  1. 8queen2

    0下载:
  2. 国际象棋中8皇后问题算法-Algorithm of Eight queen question in chess
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-09
    • 文件大小:2713
    • 提供者:站长
  1. Queen

    0下载:
  2. 求解n皇后问题的MATLAB源程序。此程序只需输入皇后个数,即可得到所有的解。-N queens problem solving MATLAB source code. Just enter the number of this program at Queen' s, you can get all of the solution.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:934
    • 提供者:qiyifei
  1. 8-queen

    0下载:
  2. 通过遗传算法实现八皇后的求解问题,用MFC实现可视化操作,界面很漂亮,算法是改良的遗传算法-Through the genetic algorithm for solving the eight queens problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1906524
    • 提供者:Bill Gates
  1. Eight Queen

    0下载:
  2. 8皇后问题的C++算法-8 empress question C++ algorithm
  3. 所属分类:Game Program

    • 发布日期:2017-11-09
    • 文件大小:12643
    • 提供者:刘峰
  1. Queen

    0下载:
  2. 经典的8皇后java源代码 可以稍作改变成为迭代式-8 Queen
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1045
    • 提供者:Michael
  1. 8

    0下载:
  2. 给出经典游戏8皇后的所有解法,利用回溯算法-8 Queen' s classic game give all the solutions, the use of backtracking algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:869
    • 提供者:高进
  1. eightqueens

    0下载:
  2. 用 Scheme 来解决八皇后问题。八皇后问题:在 8*8 的棋盘上放置彼此不受攻击的 8 个皇后。按照国际象棋的规 则皇 后可以攻击与之处在同一行或同一列或同意斜线上的棋子。找出所有合法的 使8 个皇后 彼此不受攻击的放置方法。1 )除了完成 queens 的定义之外 , 给出一个打印输出过程 print-queens-Scheme used to solve the problem of the eight Queen' s. 8 Queen' s problem: In the
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2192
    • 提供者:lishy
  1. 8-queenProblem

    0下载:
  2. The famous 8-queen problem in java
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3394
    • 提供者:gokc3n
  1. Queen

    0下载:
  2. 解决八皇后问题的算法,能够用非递归的方法解决八皇后问题-8 Queen' s problem solution algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:700
    • 提供者:xuhaifeng
  1. queen

    0下载:
  2. 超牛的8皇后程序,整个程序只有短短的10行,而且是按标准格式,控制台上输出的格式也是符合美观条件的-8, Queen' s super-cow program, the whole process is only a short span of 10 lines, and is based on a standard format, the format of the console output is also in line with the conditions of appeara
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1772
    • 提供者:娜娜
  1. 8-Queen

    0下载:
  2. 8-Queen problem, that is one of the most famous algorithm problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:624
    • 提供者:Gabriel
  1. Hill_Climbing_Searching

    0下载:
  2. solving 8-Queen problem by using hill climbing.
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:25364
    • 提供者:shahin
  1. Genetic

    0下载:
  2. Genetic algorithms in 8 queen problem
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1222
    • 提供者:Feroj
  1. 8-Queen

    0下载:
  2. C++8皇后源代码 MFC非常好用的程序哦-C++8 Queen MFC source code is very easy to use program oh
  3. 所属分类:Data structs

    • 发布日期:2017-06-20
    • 文件大小:31129667
    • 提供者:hjkhk
  1. 8-Queen

    0下载:
  2. 这是一个关于8皇后的源代码,是用C语言开发,会输出92中结果。-This is a 8 Queen' s source code is written in C language development, will result in the output 92.
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2866373
    • 提供者:
  1. 8-Queen

    0下载:
  2. VC++课程设计的八皇后问题 在一个8*8的棋盘上放置彼此不受攻击的8个皇后。 按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。8皇后问题就等价于在8*8格的棋盘上放置8个皇后,任何两个皇后不放在同一行或同一列或同一斜线上。 -VC++ curriculum design the eight queens problem in an 8* 8 chessboard placed 8 Queen not to attack each other. In acc
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:322600
    • 提供者:胡凯
  1. 8-queen

    0下载:
  2. It is a graphical representation of the famous 8 queen problem . the program is in accordance to the algorithm described in Cormen.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:45950
    • 提供者:amannith
  1. 8-queen

    0下载:
  2. 8 queen app with Recursive algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:35427
    • 提供者:mahdi
  1. 8-queen

    0下载:
  2. c++用栈实现八皇后问题,代码有详细说明,是初学数据结构的好参考-8 Queen
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:1224
    • 提供者:张文
  1. 8-queen

    0下载:
  2. 8 queen problem in data structure
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:929
    • 提供者:vrunda
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com